home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / nfsmount.man < prev    next >
Encoding:
Text File  |  1991-11-10  |  2.6 KB  |  69 lines

  1.  
  2.  
  3.  
  4. NFSMOUNT                  User Commands                  NFSMOUNT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      nfsmount - a Sprite-to-NFS filesystem gateway
  12.  
  13. SSYYNNOOPPSSIISS
  14.      nnffssmmoouunntt  [--tt] _h_o_s_t:/_f_i_l_e_s_y_s_t_e_m /_p_r_e_f_i_x
  15.  
  16. OOPPTTIIOONNSS
  17.      --tt            Trace each access to the remote file system.
  18.  
  19.      --mm _l_o_c_a_l-_n_a_m_e _r_e_m_o_t_e-_n_a_m_e
  20.                    Specify  logical  mount  points   within   the
  21.                    namespace.   See  commentary below. _l_o_c_a_l-_n_a_m_e
  22.                    is the sub-mount point  relative  to  /_p_r_e_f_i_x.
  23.                    _r_e_m_o_t_e-_n_a_m_e is an absolute path specifying the
  24.                    Sprite remote link.
  25.  
  26. _________________________________________________________________
  27.  
  28. IINNTTRROODDUUCCTTIIOONN
  29.      NNffssmmoouunntt is a pseudo-filesystem server that provides  access
  30.      to  a  remote NFS file system.  The first argument is a host
  31.      name, a separating colon (`:'), and a file  system  on  that
  32.      host.   The  second  argument is a Sprite prefix under which
  33.      the remote file system will be visible.  The server is still
  34.      very  simple,  although  quite  functional.   Each operation
  35.      causes an RPC to the remote host;  there is no caching yet.
  36.  
  37.      Real NFS allows one filesystem to be  mounted  onto  another
  38.      NFS  filesystem.  This doesn't work in Sprite because Sprite
  39.      requires a  remote  link  (see  ln  command)  for  each  NFS
  40.      filesystem  and  it  is  not possible to create one of these
  41.      within the parent NFS filesystem. Consequently, the subsidi-
  42.      ary filesystem must be mounted elsewhere in the Sprite tree.
  43.      Then the parent nfsmount program must be told that there  is
  44.      a  logical  mount  point  within  its namespace using the -m
  45.      option.  The first argument is the  name  (relative  to  the
  46.      root  of  the  parent  tree) where the mount point logically
  47.      exists. The second parameter is the  absolute  path  of  the
  48.      remote  link  where  the child NFS tree is really mounted in
  49.      Sprite.
  50.  
  51. BBUUGGSS
  52.      The ggeettppwwdd(()) library call doesn't work yet because it  can't
  53.      find  the ``inode'' number of the prefix correctly.  This is
  54.      fixable but may not happen right away.  A related problem is
  55.      that the ddff command won't report disk space.
  56.  
  57. KKEEYYWWOORRDDSS
  58.      NFS
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  November 9, 1991                   1
  66.  
  67.  
  68.  
  69.